Welcome![Sign In][Sign Up]
Location:
Search - windows ce

Search list

[Windows CEwincecalibrate

Description: WINDOWS CE how to 自动运行触摸屏校正源码 -WINDOWS CE how to run automatically touch screen calibration source
Platform: | Size: 1024 | Author: 赵伟刚 | Hits:

[Windows CEFileFinder_Ce_demo

Description: CCeFileFind类在Windows CE系统上实现本地文件搜索-CCeFileFind category in Windows CE system to achieve local files search
Platform: | Size: 15360 | Author: 金雪百合 | Hits:

[Windows MobileIrComm

Description: windows mobile下运用红外线端口进行聊天的小程序。windows ce programme书中给的代码是用在PPC2002上的,本人移植到了smartphone2003上了。-windows to use mobile infrared port for a small chat procedures. Windows ce book to the program code is used in the PPC2002. I transplanted to a smartphone2003 ones.
Platform: | Size: 139264 | Author: jungho_lee | Hits:

[Bookswince3

Description: 這個章節將詳細介紹Windows CE 系統中的處理程序 (process) 和執行緒 (thread),並對Windows CE作業系統所使用的排程策略進行分析。處理程序是資源分配的基本單位,而執行緒是排程的基本單位。-this section will detail Windows CE system of processing (process) and Threading (thread). as well as Windows CE operating system used by the scheduling strategy for analysis. Procedures for handling the allocation of resources is the basic unit, and Threading scheduling is the basic unit.
Platform: | Size: 48128 | Author: em8620 | Hits:

[Bookswince5

Description: 本章將介紹Windows CE 的儲存管理。我們將本章內容分為兩大部分,前半部會依序介紹 Windows CE的檔案系統類型、 Windows CE儲存管理結構和每一個層次、以及如何自行開發檔案系統並載入之,後半部則以Ramdisk上的檔案系統為例,實際分析儲存管理相關的原始程式碼與資料型態。-chapter will introduce Windows CE storage management. We will in this chapter are divided into two parts, the first part will she describes the Windows CE file system types, Windows CE storage management structure and every one level, and how to develop their own file system and included in short, Ramdisk was the latter part of the file system as an example. Analysis of the actual storage management related to the original code and data types.
Platform: | Size: 275456 | Author: em8620 | Hits:

[Bookswince8

Description: 動態連結程式庫 (DLL) 一直以來都是Windows的重要基礎,Windows CE也不例外。DLL對作業系統十分重要,本節的內容主要是分析loader.c中的程式碼,它負責載入EXE和DLL。這裏要討論的是關於DLL的部分-dynamic- link library (DLL) has been an important foundation for Windows, Windows CE is no exception. DLL right operating system is very important, the festival is mainly loader.c analysis of code, It was included in the EXE and DLL. Here to discuss is the part of the DLL
Platform: | Size: 27648 | Author: em8620 | Hits:

[Windows CEWinCE5.0SX2+Driver

Description: windows CE下cypress USB driver的例程, 很不错的。-windows CE cypress USB driver's routines, very good.
Platform: | Size: 35840 | Author: 赵东 | Hits:

[VC/MFCwindows-device-driver-progran

Description: 中文名为:windows设备驱动程序技术内幕 详细介绍了设备驱动的原理和实现方法,并列举了大量的实例方便大家学习-Chinese called : windows device driver technology insider detailed description of the device-driven principles and methods He cited a number of examples to facilitate learning
Platform: | Size: 8123392 | Author: 小强 | Hits:

[VC/MFCProgrammingMicrosoftWindowsCE

Description: Microsoft程序设计系列丛书:Programming Microsoft Windows CE程序设计 第一部分 Windows编程基础 第一章 Hello WindowsCE第二单 第二章 屏幕绘图 第三章 输入:键盘\输入笔和菜单 第四章 窗口控件和对话框 第二部分 WindowCE基础 第五章 通用控件和WindowCE 第六章 内存管理 第七章 文件数据库和注册表 第八章 进程和线程 第三部分 通信 第九章 串行通信 第十章 Windows网络和IRSOCK 第十一章 连接到桌面 第四部分 高级主题 第十二章 外壳编程--第一部分 第十三章 外壳编程--第二部分 第十四章 系统编程-Microsoft Programming Series : Programming Microsoft Windows CE part of the first program design Win dows basis of the first chapter programming Hello WinCE second single-screen graphics Chapter II Chapter III input : Keyboard \ input pens and the fourth chapter window menu and dialog box controls WindowCE basis of the second part of the fifth chapter Universal WindowCE pieces and memory management of Chapter VI of Chapter VII document database and the registry process and Chapter VIII of the third thread Chapter 9 pm communications Chapter 10 serial communication network and Windows IRSOCK connected to the Chapter XI desktop resolution Senior theme of the 12nd chapter shell programming-- the first part of Chapter 13 shell programming-- the second part of the 14th chapter is Programming
Platform: | Size: 14902272 | Author: haibing | Hits:

[Software EngineeringWindowsCEcom

Description: 以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual made. Yesterday, someone needed to use our development board, and they mainly use serial port, I wrote a procedure, Serial used to test whether the work. Record, as a serial communication program after the starting point
Platform: | Size: 6144 | Author: victor | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[Windows CEWindowsmobileCE

Description: Windows CE 应用程序开发(英文).rar,手机windows ce 开发书籍-Windows CE application development (in English). Rar. Development windows ce phone books
Platform: | Size: 1702912 | Author: 李怀志 | Hits:

[Windows CENE2000Wince

Description: 嵌入式/单片机编程 Windows CE 下的网卡驱动编程实例-Embedded/MCU Programming Windows CE under the card-driven programming examples
Platform: | Size: 143360 | Author: | Hits:

[Otherprogramming_windows_ce

Description: 这是一本讲述Windows CE系统上编程的基础教材。以后生活中,PDA和智能手机会向现在的电脑一样普及和实用,并且它们更易于携带。而WindowCE是PDA和智能手机上最受欢迎的操作系统之一。这本书讲解了CE上的屏幕显示,键盘输入,内存管理,网络传输,串口通信,文件系统等等。这是一本英文版的书籍。-This is a system on Windows CE programming on the basis of materials. After life, PDA and the smart phone to the computer is now as popular and practical, and they are more easily carried. And WindowCE is PDA and smartphone operating system on one of the most popular. This book on the CE on the screen display, keyboard input, memory management, network transmission, serial communication, file system, and so on. This is an English version of the book.
Platform: | Size: 2284544 | Author: 董炯 | Hits:

[Com PortWindowsCEDeviceDriver

Description: 在此以串口驱动程序中初始化过程为线索简单讲一讲WindowsCE下驱动程序开发基础-this in the serial driver for initialization process as simple as talking about the clues driver under Windows CE Sequence development foundation
Platform: | Size: 203776 | Author: | Hits:

[Windows Mobilece-outlook

Description: windows mobile中操作outlook,可打开outlook,把信件写入草稿箱和发件箱。-windows mobile operating outlook which can be opened Outlook. write a letter and copies of Trash bins.
Platform: | Size: 2048 | Author: pknife | Hits:

[Windows CEstl_eVC

Description: EVC Programming Microsoft Windows CE Dot NET 代码: 主要内容: 一共23章,EVC下编程源代码-EVC Programming Microsoft Windows CE Dot N ET Code : main elements : a total of 23 chapters under EVC programming source code
Platform: | Size: 218112 | Author: Betty | Hits:

[Windows CEDCOM

Description: C Windows Ce Application Programming-C Application Programming Windows Ce
Platform: | Size: 1792000 | Author: nico | Hits:

[Windows CEWinCE_eBook

Description: Windows ce的一本非常好的教程,详细介绍了开发过程-Windows ce of a very good tutorial, detailing the development process
Platform: | Size: 5585920 | Author: yyg | Hits:

[Windows CESTBIHOST

Description: Windows CE 下的机顶盒应用实例,用Embedded Visual C++编写。对于采用WINCE的嵌入式系统程序开始颇有借鉴意义。-under the Windows CE STB application examples, using Embedded Visual C preparation. WINCE used for the embedded system beginning of the process rather learn.
Platform: | Size: 36864 | Author: yxyAlbert | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net